Skip to content

[3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476)#132498

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-f7b24ff-3.13
Apr 14, 2025
Merged

[3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476)#132498
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-f7b24ff-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Apr 14, 2025

Copy link
Copy Markdown
Contributor

On platforms where the file descriptor limit is larger than FD_SETSIZE
that test was always skipped (FreeBSD) or always failing (NetBSD).
(cherry picked from commit f7b24ff)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

… FreeBSD (pythonGH-132476)

On platforms where the file descriptor limit is larger than FD_SETSIZE
that test was always skipped (FreeBSD) or always failing (NetBSD).
(cherry picked from commit f7b24ff)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants